put MFIsRunning("noDialog:errGlobal") into MFActive
if errGlobal Γëá empty then
answer "Error: ΓÇ£" & errGlobal & "ΓÇ¥"
put empty into errGlobal
else
if MFActive = true then
put "is" into theVerb
else
put "is not" into theVerb
end if
answer "MultiFinder" && theVerb && "active."
end if
end mouseUp
-- part contents for background part 38
----- text -----
29/50
-- part contents for background part 20
----- text -----
Indicates whether MultiFinder is currently running. This information is especially useful when launching applications from HyperCard as the state of HyperCard upon returning from an application is quite different when under Finder and MultiFinder (ie. all global variable values are lost when under Finder, etc.).